object TargetForm1: TTargetForm1 Left = 205 Top = 117 HorzScrollBar.Visible = False VertScrollBar.Visible = False ActiveControl = Combo BorderIcons = [biSystemMenu] BorderStyle = bsSingle ClientHeight = 118 ClientWidth = 433 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} KeyPreview = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object TargetIcon: TImage Left = 14 Top = 23 Width = 32 Height = 32 AutoSize = True Center = True Picture.Data = {} end object NewFolderIcon: TImage Left = 14 Top = 23 Width = 32 Height = 32 AutoSize = True Center = True Picture.Data = {} Visible = False end object GroupBox: TGroupBox Left = 60 Top = 12 Width = 363 Height = 58 TabOrder = 0 object BrowseBtn: TButton Left = 274 Top = 19 Width = 76 Height = 25 Caption = 'Browse...' TabOrder = 1 OnClick = BrowseBtnClick end object Combo: TComboBox Left = 16 Top = 21 Width = 253 Height = 21 ItemHeight = 13 TabOrder = 0 OnChange = ComboChange end end object OkButton: TButton Left = 76 Top = 88 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = OkButtonClick end object CancelButton: TButton Left = 164 Top = 88 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object HelpButton: TButton Left = 252 Top = 88 Width = 75 Height = 25 Caption = '&Help' TabOrder = 3 OnClick = HelpButtonClick end end